reflect.rtype.String (method, view implemented interface methods)

22 uses

	reflect (current package)
		map_swiss.go#L24: 		panic("reflect: Key of non-map type " + t.String())
		type.go#L578: func (t *rtype) String() string {
		type.go#L594: 		panic("reflect: Bits of non-arithmetic Type " + t.String())
		type.go#L706: 	s := t.String()
		type.go#L727: 		panic("reflect: ChanDir of non-chan type " + t.String())
		type.go#L751: 		panic("reflect: Field of non-struct type " + t.String())
		type.go#L759: 		panic("reflect: FieldByIndex of non-struct type " + t.String())
		type.go#L767: 		panic("reflect: FieldByName of non-struct type " + t.String())
		type.go#L775: 		panic("reflect: FieldByNameFunc of non-struct type " + t.String())
		type.go#L783: 		panic("reflect: Len of non-array type " + t.String())
		type.go#L791: 		panic("reflect: NumField of non-struct type " + t.String())
		type.go#L799: 		panic("reflect: In of non-func type " + t.String())
		type.go#L807: 		panic("reflect: NumIn of non-func type " + t.String())
		type.go#L815: 		panic("reflect: NumOut of non-func type " + t.String())
		type.go#L823: 		panic("reflect: Out of non-func type " + t.String())
		type.go#L831: 		panic("reflect: IsVariadic of non-func type " + t.String())
		type.go#L845: 	panic("reflect: OverflowComplex of non-complex type " + t.String())
		type.go#L856: 	panic("reflect: OverflowFloat of non-float type " + t.String())
		type.go#L867: 	panic("reflect: OverflowInt of non-int type " + t.String())
		type.go#L878: 	panic("reflect: OverflowUint of non-uint type " + t.String())
		type.go#L1357: 	s := "*" + t.String()
		type.go#L1948: 	return toRType(t).String()